Skip to content

feat: Replace Travis CI with GitHub Actions#28

Open
chatelao wants to merge 1 commit intomasterfrom
feat-github-actions-ci
Open

feat: Replace Travis CI with GitHub Actions#28
chatelao wants to merge 1 commit intomasterfrom
feat-github-actions-ci

Conversation

@chatelao
Copy link
Owner

@chatelao chatelao commented Nov 1, 2025

This commit replaces the outdated and non-functional Travis CI configuration with a new GitHub Actions workflow.

The new workflow automatically runs the test suite on every push to any branch, testing against a matrix of PHP versions (5.4, 5.5, and 7.0) and MySQL 5.5.

The workflow is based on the existing offline regression testing script, ensuring consistency between local and CI environments.

This commit replaces the outdated and non-functional Travis CI configuration with a new GitHub Actions workflow.

The new workflow automatically runs the test suite on every push to any branch, testing against a matrix of PHP versions (5.4, 5.5, and 7.0) and MySQL 5.5.

The workflow is based on the existing offline regression testing script, ensuring consistency between local and CI environments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant